home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / NetWarmer / source / Dispatcher.h < prev    next >
Encoding:
Text File  |  1992-06-22  |  1.1 KB  |  36 lines  |  [TEXT/KAHL]

  1. /* Dispatcher.h -- dispatcher for windows and for modeless dialogs */
  2. /* Created 3/13/4 1:08 PM by AppMaker */
  3.  
  4. /*----------*/
  5. void InitModelessDialogs (void);
  6. void CloseModelessDialog (DialogPtr        whichDialog);
  7. Boolean FilterModeless     (DialogPtr        whichDialog,
  8.                           EventRecord    *event,
  9.                           short            *itemHit);
  10. void DoModelessItem         (DialogPtr        whichDialog,
  11.                       short            itemNr);
  12.  
  13. void OpenWindows    (Str255        fName,
  14.                  short        vRefNum,
  15.                  short        fRefNum);
  16. void CloseCurWindow    (void);
  17. void MouseInContent (Point        where,
  18.                  short        modifiers);
  19. void TypeInWindow    (char        ch);
  20. void UpdateContent  (void);
  21. void ActivateContent (Boolean    activate);
  22. void ResizeContent  (void);
  23. pascal void ScrollWindow (short        newValue,
  24.                       short        oldValue);
  25. void DoControl    (ControlHandle    whichControl,
  26.              short             whichPart,
  27.              Point            where);
  28.  
  29. void InitModelessDialogs (void);
  30. void CloseModelessDialog (DialogPtr        whichDialog);
  31. Boolean FilterModeless     (DialogPtr        whichDialog,
  32.                           EventRecord    *event,
  33.                           short            *itemHit);
  34. void DoModelessItem         (DialogPtr        whichDialog,
  35.                       short            itemNr);
  36.